home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mfre.dir / 00359.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  321 b   |  11 lines

  1. on keyDown
  2.   global gCurrentSprite
  3.   put "inside Keydown"
  4.   put "gCurrentSprite", gCurrentSprite
  5.   if the key = RETURN then
  6.     put "inside if key is return"
  7.     set the editableText of sprite gCurrentSprite to 0
  8.     put "the editableText of sprite gCurrentSprite", the editableText of sprite gCurrentSprite
  9.   end if
  10. end
  11.